type net/http.connectMethod

10 uses

	net/http (current package)
		transport.go#L847: func (t *Transport) connectMethodForRequest(treq *transportRequest) (cm connectMethod, err error) {
		transport.go#L859: func (cm *connectMethod) proxyAuth() string {
		transport.go#L1206: 	cm    connectMethod
		transport.go#L1349: func (t *Transport) getConn(treq *transportRequest, cm connectMethod) (pc *persistConn, err error) {
		transport.go#L1581: func (t *Transport) dialConn(ctx context.Context, cm connectMethod) (pconn *persistConn, err error) {
		transport.go#L1824: type connectMethod struct {
		transport.go#L1835: func (cm *connectMethod) key() connectMethodKey {
		transport.go#L1853: func (cm *connectMethod) scheme() string {
		transport.go#L1861: func (cm *connectMethod) addr() string {
		transport.go#L1870: func (cm *connectMethod) tlsHost() string {